home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000344_jaltman@watsun.cc.columbia.edu_Tue Aug 28 10:00:39 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 12724 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit 8 Beta - FTP using SSL Setup Issue
  6. Date: 28 Aug 2001 04:20:36 GMT
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <9mf66k$82l$1@newsmaster.cc.columbia.edu>
  10. References: <9mesjh$vog$1@news.ilink.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 998972436 8277 128.59.39.2 (28 Aug 2001 04:20:36 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 28 Aug 2001 04:20:36 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12724
  16.  
  17. In article <9mesjh$vog$1@news.ilink.net>,
  18. Thomas Woody <woodyt@nowhere.com> wrote:
  19. : Hello!
  20. : I'm fairly new to the Unix world and have been tasked with setting up an
  21. : automatic secure FTP update process to a remote "secure" FTP server. I found
  22. : C-Kermit and have now been trying to get it installed on Solaris 7 with the
  23. : Open SSL options but I have encountered difficulties. Hoping someone can
  24. : help me out. Already I downloaded the OpenSSL 0.9.6b and installed it after
  25. : discovering C-Kermit could not make an SSL FTP connection. Now I'm stuck
  26. : trying to edit my makefile Solaris7 section with the proper SSL
  27. : configuration and gettting the following error:
  28.  
  29. The process for building C-Kermit with support for OpenSSL is documented
  30. in 
  31.  
  32.   http://www.kermit-project.org/security80.html#x3.2.3
  33.  
  34. although the makefile already includes a solaris entry for openssl.
  35. so the Solaris7 entry would become:
  36.  
  37. #Solaris 7 with gcc + OpenSSL (32-bit)
  38. solaris7g+openssl+zlib+pam+shadow:
  39.     $(MAKE) "MAKE=$(MAKE)" solaris2xg+openssl+zlib+pam+shadow \
  40.         KTARGET=$${KTARGET:-$(@)} "KFLAGS=-DSOLARIS7 $(KFLAGS)"
  41.  
  42. Next you will need to read
  43.  
  44.   http://www.kermit-project.org/security80.html#x15
  45.  
  46. to learn about certificates, determine if you want to be your own
  47. certificate authority, and install the certificates on your system.
  48.  
  49.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  50.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  51.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  52.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  53.